home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_33409.txt < prev    next >
Text File  |  1991-04-30  |  738b  |  50 lines

  1. -- card: 33409 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: InKey
  6.  
  7.  
  8. -- part contents for background part 5
  9. ----- text -----
  10. InKey
  11.  
  12. -- part contents for background part 6
  13. ----- text -----
  14.  
  15. InKey is a XFCN that allows you to trap for any key typed.
  16.  
  17.  
  18. If you find this XFCN useful, feel free to use and distribute.
  19.  
  20.       Guy de Picciotto.
  21.  
  22. CIS: 73300,3637
  23. GENIE: G.PICCIOTO
  24.  
  25.  
  26.  
  27. -- part contents for background part 7
  28. ----- text -----
  29. Syntax:
  30.  
  31. Inkey()
  32.  
  33. To capture all keystrokes, use the following script in your stack script:
  34.  
  35. On Idle
  36.     get Inkey()
  37.     pass idle
  38. End Idle
  39.  
  40.  
  41.  
  42.  
  43.  
  44. -- part contents for background part 10
  45. ----- text -----
  46. 30
  47.  
  48. -- part contents for background part 27
  49. ----- text -----
  50. XFCN